'宣言
Public MustInherit Class TimeAxisBase
(Of T As Class,
M As {New, TimeAxisBaseModel},
A As TimeAxisBase(Of T,M,A))
Inherits CategoryAxisBase(Of T,M,A)
public abstract class TimeAxisBase<T,M,A> : CategoryAxisBase<T,M,A> where T: class where M: new(), TimeAxisBaseModel where A: TimeAxisBase<T,M,A>
オンラインで表示: GitHub